home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / roleta.swf / scripts / DefineButton2_549 / BUTTONCONDACTION on(release).as
Text File  |  2006-01-17  |  150b  |  11 lines

  1. on(release){
  2.    finalscore = 0;
  3.    scorefinal = 0;
  4.    score = 0;
  5.    tellTarget("/")
  6.    {
  7.       gotoAndStop("newgame");
  8.       play();
  9.    }
  10. }
  11.